]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/pages/Techniques.js
expand tech
[alttp.git] / resources / js / components / pages / Techniques.js
index 9334155a92ae284310726e8baa650d7f6e4592e7..c206a31b6fbb9bd33252054e977369b008667a15 100644 (file)
@@ -20,7 +20,12 @@ const Techniques = () => {
                setLoading(true);
                window.document.title = i18n.t('techniques.heading');
                axios
-                       .get(`/api/tech`, { signal: ctrl.signal })
+                       .get(`/api/tech`, {
+                               params: {
+                                       type: 'tech',
+                               },
+                               signal: ctrl.signal
+                       })
                        .then(response => {
                                setError(null);
                                setLoading(false);