summaryrefslogtreecommitdiff
path: root/frontend/src/api/routes/sections.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/api/routes/sections.js')
-rw-r--r--frontend/src/api/routes/sections.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/api/routes/sections.js b/frontend/src/api/routes/sections.js
index 5e1a077d..1ee8a22a 100644
--- a/frontend/src/api/routes/sections.js
+++ b/frontend/src/api/routes/sections.js
@@ -1,5 +1,5 @@
-import { getById } from "./util";
+import { getById } from './util'
export function getSection(sectionId) {
- return getById("/sections/{sectionId}", { sectionId });
+ return getById('/sections/{sectionId}', { sectionId })
}