Fixed the endpoints

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2020-10-28 00:09:15 +05:30
parent d969815af2
commit 12b6bfd05a
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# doctor-apointment v0.0.0 # doctor-apointment v1.0.0

View File

@ -1,13 +1,13 @@
define({ define({
"name": "doctor-apointment", "name": "doctor-apointment",
"version": "0.0.0", "version": "1.0.0",
"description": "", "description": "",
"sampleUrl": false, "sampleUrl": false,
"defaultVersion": "0.0.0", "defaultVersion": "0.0.0",
"apidoc": "0.3.0", "apidoc": "0.3.0",
"generator": { "generator": {
"name": "apidoc", "name": "apidoc",
"time": "2020-10-27T18:03:57.724Z", "time": "2020-10-27T18:37:12.877Z",
"url": "http://apidocjs.com", "url": "http://apidocjs.com",
"version": "0.20.1" "version": "0.20.1"
} }

View File

@ -1,13 +1,13 @@
{ {
"name": "doctor-apointment", "name": "doctor-apointment",
"version": "0.0.0", "version": "1.0.0",
"description": "", "description": "",
"sampleUrl": false, "sampleUrl": false,
"defaultVersion": "0.0.0", "defaultVersion": "0.0.0",
"apidoc": "0.3.0", "apidoc": "0.3.0",
"generator": { "generator": {
"name": "apidoc", "name": "apidoc",
"time": "2020-10-27T18:03:57.724Z", "time": "2020-10-27T18:37:12.877Z",
"url": "http://apidocjs.com", "url": "http://apidocjs.com",
"version": "0.20.1" "version": "0.20.1"
} }

View File

@ -1,10 +1,10 @@
{ {
"name": "doctor-apointment", "name": "doctor-apointment",
"version": "0.0.0", "version": "1.0.0",
"main": "src", "main": "src",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node .", "start": "nodemon .",
"test": "jest", "test": "jest",
"coverage": "npm test -- --coverage", "coverage": "npm test -- --coverage",
"postcoverage": "opn coverage/lcov-report/index.html", "postcoverage": "opn coverage/lcov-report/index.html",