We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa7923 commit 27d8daeCopy full SHA for 27d8dae
TodoListClient/app/serializers/application.js
@@ -0,0 +1,3 @@
1
+import JSONAPISerializer from '@ember-data/serializer/json-api';
2
+
3
+export default class ApplicationSerializer extends JSONAPISerializer {}
0 commit comments