mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-24 22:57:01 +00:00
rename Property to real-estate api
This commit is contained in:
parent
85cd111f5f
commit
4aa06ce40a
@ -5,7 +5,7 @@ const db = require('./queries')
|
|||||||
|
|
||||||
const app = express()
|
const app = express()
|
||||||
app.use(cors())
|
app.use(cors())
|
||||||
const port = 3000
|
const port = 8000
|
||||||
|
|
||||||
app.use(bodyParser.json());
|
app.use(bodyParser.json());
|
||||||
app.use(
|
app.use(
|
||||||
@ -5,7 +5,6 @@
|
|||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "real-estate",
|
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
Loading…
Reference in New Issue
Block a user