Skip to content
Snippets Groups Projects
Commit bf0ab829 authored by Daniel's avatar Daniel
Browse files

api: Use service <- model

parent 56fc550e
Branches
No related merge requests found
......@@ -6,7 +6,7 @@
const express = require('express')
const hub = require('../model/hub.js')
const hub = require('../service/hub')
let app = express.Router()
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment