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({
"name": "doctor-apointment",
"version": "0.0.0",
"version": "1.0.0",
"description": "",
"sampleUrl": false,
"defaultVersion": "0.0.0",
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2020-10-27T18:03:57.724Z",
"time": "2020-10-27T18:37:12.877Z",
"url": "http://apidocjs.com",
"version": "0.20.1"
}

View File

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

View File

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