mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
3 lines
94 B
JavaScript
3 lines
94 B
JavaScript
module.exports = angular.module('stf.tokens', [
|
|
require('./generate-access-token').name,
|
|
])
|