mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 20:33:03 +08:00
5 lines
129 B
JavaScript
Vendored
5 lines
129 B
JavaScript
Vendored
export default {
|
|
birthdays: [],
|
|
total_rows_birthdays: 0,
|
|
load_more_birthdays: "/cakeday/birthdays?filter=today&page=1",
|
|
};
|