Moved eveything related to the api to a seperate folder seasoned_api.
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
So to get people to sign up for a account could be to have them sign up for shows that they can be alerted when are added. They can choose by SMS, twitter, email or maybe newsletter.
|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "node-api",
|
"name": "seasoned-api",
|
||||||
"main": "src/webserver/server.js",
|
"main": "webserver/server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js"
|
"start": "cross-env SEASONED_CONFIG=../conf/development.json NODE_PATH=. node src/webserver/server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "~1.0.1",
|
"body-parser": "~1.0.1",
|
||||||
4
seasoned_api/src/webserver/access.log
Normal file
4
seasoned_api/src/webserver/access.log
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
::1 - - [02/Jun/2017:06:34:49 +0000] "GET /api/v1/seasoned/all HTTP/1.1" 200 1016 "-" "curl/7.51.0"
|
||||||
|
::1 - - [02/Jun/2017:06:34:50 +0000] "GET /api/v1/seasoned/all HTTP/1.1" 200 1016 "-" "curl/7.51.0"
|
||||||
|
::1 - - [02/Jun/2017:06:45:59 +0000] "GET /api/v1/seasoned/all HTTP/1.1" 200 1016 "-" "curl/7.51.0"
|
||||||
|
::1 - - [02/Jun/2017:06:48:30 +0000] "GET /api/v1/seasoned/all HTTP/1.1" 200 1016 "-" "curl/7.51.0"
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
var env_variables = {
|
|
||||||
url : "http://10.0.0.41:31459/api/v1/seasoned/",
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user