mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Use category ids in URLs preferentially
This commit is contained in:
@@ -64,8 +64,8 @@ export default function() {
|
||||
return response(json);
|
||||
});
|
||||
|
||||
this.get("/c/bug/l/latest.json", () => {
|
||||
const json = fixturesByUrl["/c/bug/l/latest.json"];
|
||||
this.get("/c/bug/1/l/latest.json", () => {
|
||||
const json = fixturesByUrl["/c/bug/1/l/latest.json"];
|
||||
|
||||
if (loggedIn()) {
|
||||
// Stuff to let us post
|
||||
|
||||
Reference in New Issue
Block a user