Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
19 lines
361 B
Markdown
19 lines
361 B
Markdown
---
|
|
favicon: /favicons/virtualq.svg
|
|
items:
|
|
- name: Create waiter
|
|
desc: Creates a waiter.
|
|
- name: Delete waiter
|
|
desc: Deletes a waiter.
|
|
- name: Show waiter
|
|
desc: Shows a waiter.
|
|
- name: Update waiter
|
|
desc: Updates a waiter.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|