mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 08:26:56 +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()
|
||||
app.use(cors())
|
||||
const port = 3000
|
||||
const port = 8000
|
||||
|
||||
app.use(bodyParser.json());
|
||||
app.use(
|
||||
@ -5,7 +5,6 @@
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "real-estate",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
Loading…
Reference in New Issue
Block a user