diff options
Diffstat (limited to 'frontend/src/api/routes/sections.js')
| -rw-r--r-- | frontend/src/api/routes/sections.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/src/api/routes/sections.js b/frontend/src/api/routes/sections.js deleted file mode 100644 index 1ee8a22a..00000000 --- a/frontend/src/api/routes/sections.js +++ /dev/null @@ -1,5 +0,0 @@ -import { getById } from './util' - -export function getSection(sectionId) { - return getById('/sections/{sectionId}', { sectionId }) -} |
